home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRPREVIEWSEARCHFORM / TFRPREVIEWSEARCHFORM.txt
Text File  |  2002-03-27  |  2KB  |  102 lines

  1. object frPreviewSearchForm: TfrPreviewSearchForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find text'
  7.   ClientHeight = 158
  8.   ClientWidth = 262
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 53
  22.     Height = 13
  23.     Caption = 'Text to find'
  24.     FocusControl = Edit1
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 4
  28.     Top = 24
  29.     Width = 253
  30.     Height = 21
  31.     HelpContext = 98
  32.     TabOrder = 0
  33.   end
  34.   object Button1: TButton
  35.     Left = 102
  36.     Top = 128
  37.     Width = 75
  38.     Height = 25
  39.     HelpContext = 40
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object Button2: TButton
  46.     Left = 182
  47.     Top = 128
  48.     Width = 75
  49.     Height = 25
  50.     HelpContext = 50
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 4
  58.     Top = 52
  59.     Width = 141
  60.     Height = 65
  61.     Caption = 'Options'
  62.     TabOrder = 3
  63.     object CB1: TCheckBox
  64.       Left = 8
  65.       Top = 20
  66.       Width = 121
  67.       Height = 17
  68.       HelpContext = 107
  69.       Caption = 'Case sensitive'
  70.       TabOrder = 0
  71.     end
  72.   end
  73.   object GroupBox2: TGroupBox
  74.     Left = 152
  75.     Top = 52
  76.     Width = 105
  77.     Height = 65
  78.     Caption = 'Find'
  79.     TabOrder = 4
  80.     object RB1: TRadioButton
  81.       Left = 8
  82.       Top = 20
  83.       Width = 89
  84.       Height = 17
  85.       HelpContext = 116
  86.       Caption = 'From begin'
  87.       Checked = True
  88.       TabOrder = 0
  89.       TabStop = True
  90.     end
  91.     object RB2: TRadioButton
  92.       Left = 8
  93.       Top = 40
  94.       Width = 89
  95.       Height = 17
  96.       HelpContext = 123
  97.       Caption = 'From current'
  98.       TabOrder = 1
  99.     end
  100.   end
  101. end
  102.